GCC+Win32: Ensure stack alignment in SSE code
authorDaniel Sabo <DanielSabo@gmail.com>
Tue, 18 Jun 2013 04:33:49 +0000 (21:33 -0700)
committerDaniel Sabo <DanielSabo@gmail.com>
Tue, 18 Jun 2013 04:42:24 +0000 (21:42 -0700)
commit18e37b1952f24c1d61b48e0ca79c33b7b253cd71
tree5c5a2b28bf09b3c44f925a5891af10d19a040c93
parent17da342d3cdcf38e7edd8b46087c13720fcc1caa
GCC+Win32: Ensure stack alignment in SSE code

Without this option GCC will generate bad code that attempts to
push SSE variables onto an unaligned stack.
configure.ac